GtkApplicationWindow: deal with remote actions
authorRyan Lortie <desrt@desrt.ca>
Sat, 17 Dec 2011 17:50:02 +0000 (12:50 -0500)
committerRyan Lortie <desrt@desrt.ca>
Mon, 19 Dec 2011 17:51:12 +0000 (12:51 -0500)
commit6a246a85f20b7767e11b92f21913bd26fea80820
treef0707abe2c6834e8a3eaf0df02e97969678836bc
parent363c2d684c3810e5995b1ce44e8bdc0751d9de7b
GtkApplicationWindow: deal with remote actions

Deal with remote action invocations correctly by implementing
GRemoteActionGroup in the same way that GApplication does and pushing
remote activations through the before/after_emit functions of the
GApplication associated with the window.

This is the last part of getting the threading situation right.

https://bugzilla.gnome.org/show_bug.cgi?id=665737
gtk/gtkapplicationwindow.c